Welcome![Sign In][Sign Up]
Location:
Search - scroll text

Search list

[Linux-Unixmrxvt-0.5.1.tar

Description: Mrxvt是一个小巧,快捷,功能强大的X终端仿真程序。它是基于流行的rxvt开发版,增加了多页支持,支持用户指定背景图形,透明背景,背景染色,支持多种风格的滚动条,文字阴影,中文显示与输入,TrueType字体,多种UNIX平台和cygwin,等等。它不依赖于任何Gnome/KDE的库文件。-Mrxvt is a compact, fast, powerful X-terminal emulation program. It is based on the popular rxvt Developer Edition, an increase of multi-page support, support for user-specified background graphic, transparent background, background staining, supporting multiple styles of scroll bars, text shadow, Chinese display and input, TrueType fonts, a variety of UNIX platforms and cygwin, and so on. It does not depend on any Gnome/KDE library files.
Platform: | Size: 711680 | Author: lu shengxuan | Hits:

[OS programCPUMsgScroller

Description: 仪表盘方式显示CPU和硬盘温度及系统信息 =================================== 这个代码很不错,纯手工代码描绘仪表盘,很形象的显示CPU和硬盘温度以及系统信息。可以看出作者控制线条及坐标的功力。仪表绘制方面没有使用API,都是纯VB代码。 另外值得推荐的还有里面附带的一个源代码控件----水平滚动文字控件。写的也不错。刚好适合一些需要水平滚动字幕的网友。-Dashboard display CPU and hard disk temperature and system information =================================== This code is pretty good , pure hand-painted dashboard code, it is the image of the display CPU and hard disk temperature, as well as system information. We can see that the author controlled lines and coordinates of skill. Instrumentation is not used for mapping API, are pure VB code. Also worthy of recommendation are attached inside a source code control the level of control scrolling text. Writing is not bad. Just need to scroll horizontally for some users subtitles.
Platform: | Size: 101376 | Author: qi | Hits:

[OS programLedMarquee

Description: 中英文模拟电子显示屏控件 Ver 1.0 === === === ===== 一款绝棒的支持中英文显示的模拟电子显示屏控件 Ver 1.0,该控件完美支持中文,自带字库,支持左右平滑双向滚动。可以自定义文字滚动速度,支持刷新改变显示文字。 感兴趣的朋友可以进行二次扩展,增加如上下双向滚动、屏幕点阵大小(目前支持宽度,高度还不能调整).再次感谢作者:书林跋涉。-Chinese and English simulate electronic screen controls Ver 1.0 === === === === === ===== never a support rod in both English and Chinese display screen control of analog electronic Ver 1.0, the control is perfect support the Chinese, bringing their characters to support two-way smooth scrolling around. Can customize the text scroll speed to support the refresh to change the display text. Friend may be interested in a second expansion, increasing two-way, such as rolling up and down the screen dot size (currently supports the width, height can not be adjusted). Once again thank the Author: Shu-Lin trek.
Platform: | Size: 446464 | Author: 陈峰 | Hits:

[MiddleWare8

Description: 它能够实现:动态弹出tip窗口,这个窗口能够显示一个icon和多行文本。文本以 \n 分行,窗口的颜色来源于系统窗口,窗口文本,和滚动条颜色。 -It can be achieved: Dynamic tip pop-up window can display an icon and multiple lines of text. Text to a branch, the color of the window from the System window, window text, and scroll bar colors.
Platform: | Size: 37888 | Author: xl | Hits:

[SCMLEDDISP

Description: 采用8*8LED动态显示文字演示程序,使用AT89C52单片机,12MHZ晶振,P0口输出一行数据,P2口作行扫描,用共阳LED管 P1口接三个按键,用于逐字显示、向上滚动显示文字、暂停备用。-The use of 8* 8LED dynamic display text demo program, the use of AT89C52 single-chip, 12MHZ crystal, P0 port output data line, P2 mouth for line scan, with a total of P1 Yang LED tube I received three keys for verbatim show that Scroll up to display text, suspended backup.
Platform: | Size: 1024 | Author: dyxcc | Hits:

[Delphi VCLEjunExpress3.25.5_Trial

Description: delphi表格控件源码,修改垂直方向滚动表格时, 可以滚动得只剩下一行的问题. - 修改了打印预览页眉行之间间距过大的问题 - 修改了3.25版本后多行文本单元格打印不显示的问题 - 修改了3.25.3后某些版本会出现内存泄漏导致程序崩溃的问题 + 为TEjunDataGrid的Columns对象添加了CellItems属性,该属性是TStrings类型,当该列的单元格 是cellComboBox类型时,下拉列表的内容将从Columns[Col].CellItems属性中获取。-delphi table source control, modify the vertical scroll form, you can scroll only a question of the next line print preview .- modified header line is too large spacing between the problem- to amend the 3.25 version of the cell lines of text Print does not show the issue- revised version 3.25.3 will appear after some memory leak led to the collapse of the issue of procedures+ for TEjunDataGrid added to the Columns object CellItems property, which is a type of TStrings, when the column of cells is cellComboBox type from the drop-down list the contents of Columns [Col]. CellItems attribute access.
Platform: | Size: 6187008 | Author: 赵垚鑫 | Hits:

[Dialog_WindowTextBack

Description: (VB)做的小程序文字可以来回滚动-(VB) to do a small program text can scroll back and forth
Platform: | Size: 3072 | Author: | Hits:

[File OperateReadFile

Description: 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notification handler code here CString sFileFilter="*.hex|*.hex" CString sFileName CFileDialog fDlg(true,NULL,NULL,OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,sFileFilter,NULL) fDlg.DoModal() sFileName=fDlg.GetFileName() if(sFileName!="") { CFile file(sFileName,CFile::modeRead) int nFileLength=file.GetLength() char *buffer HGLOBAL hgl=::GlobalAlloc(GMEM_MOVEABLE,nFileLength+1) buffer=(char *)::GlobalLock(hgl) file.Read(buffer,nFileLength) SetDlgItemText(IDC_EDIT1,buffer) ::GlobalUnlock(hgl) ::GlobalFree(hgl) } UpdateData(false) } -Open a TXT file and displayed in the EDIT control steps: 1. Create a new dialog-based project, known as the ReadFile2. In the interface to add a button (IDC_BUTTON1) and a text editor (IDC_EDIT1) IDC_EDIT1 properties: multi-line, can be drop-down scroll bar .3. Edit button trigger events (void CReadFileDlg:: OnButton1 ()) void CReadFileDlg:: OnButton1 () (//TODO: Add your control notification handler code here CString sFileFilter =*. hex |*. hex CString sFileName CFileDialog fDlg (true, NULL, NULL, OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, sFileFilter, NULL) fDlg.DoModal () sFileName = fDlg.GetFileName () if (sFileName! =) (CFile file (sFileName, CFile:: modeRead) int nFileLength = file.GetLength () char* buffer HGLOBAL hgl =:: GlobalAlloc (GMEM_MOVEABLE, nFileLength+ 1) buffer = (char*):: GlobalLock (hgl) file.Read (buffer, nFileLength) SetDlgItemText (IDC_EDIT1, buffer):: GlobalUnlock (hgl):: GlobalFree (hgl)) UpdateData (false))
Platform: | Size: 1888256 | Author: 这程子 | Hits:

[OS programserial

Description: 串口调试,基本功能的比较完善实现,比如显示框里面文本的滚动等。-Serial debugging, the basic functions of the more perfect realization of, for example, show the text inside the scroll box and so on.
Platform: | Size: 49152 | Author: | Hits:

[Windows Developmctree_src

Description: This class uses a standard tree control and a standard header control and just does a few tricks for drawing multi-column text and to scroll the view horizontally if that s necessary. It doesn t use any custom data structures, and you can use normal functionality of the CTreeCtrl object returned by the GetTreeCtrl function
Platform: | Size: 11264 | Author: huat | Hits:

[Button controlJfilechooser

Description: JButton button JTextArea text JTextPane textpane FileInputStream readfile JScrollPane scroll Container con JFileChooser chooser=new JFileChooser()
Platform: | Size: 1024 | Author: adruomais | Hits:

[GUI DevelopKongJianSiJian

Description: 互感器设计计算软件常用的一些控件设置等,包括文本窗口,滚动条,组合框等。-Transformer design and calculation software commonly used settings such as number of controls, including the text of the window, scroll bars, combo boxes and so on.
Platform: | Size: 1024 | Author: liumin | Hits:

[JSP/Javajce_policy-1_5_0

Description: java的一个开发包function scrollwindow() { currentpos=document.body.scrollTop window.scroll(0,++currentpos) if (currentpos != document.body.scrollTop) sc() } document.onmousedown=sc document.ondblclick=initialize </script> <style type="text/css"> <!-- .style1 {color: #CCCCCC} -->-java development kit, a function scrollwindow () (currentpos = document.body.scrollTop window.scroll (0,2 B!+ currentpos) if (currentpos! = document.body.scrollTop) sc ()) document.onmousedown = scdocument. ondblclick = initialize
Platform: | Size: 9216 | Author: chenfeng | Hits:

[FlashMXwindows

Description: 窗口功能: 1、可以拖动 2、可以伸缩大小 3、可以最大化、最小化 4、拥有滚动条 本窗口可以容纳两种对象: 1、文本对象(就如在本输入框中输入文本,然后点击【打开】按钮。即可在窗口中显示本文本框中的文本。 2、外部jpg图片或者swf影片,点击【浏览】选择一个本地图片或者swf动画即可打开。 -Window functions: one, you can drag the 2, can be telescopic size 3, you can maximize, minimize 4, has a scroll bar of the window can accommodate two types of objects: one, the text object (as in the input box, enter text, and then Click [Open] button. can be displayed in the window of the box, the text of this article. 2, external jpg picture or swf video, click [Browse] to select a local image or swf animation can be open.
Platform: | Size: 345088 | Author: star | Hits:

[Algorithmjs_Ad_Roll

Description: 实现网上流行的逐行广告滚动,即一定秒数滚动一行,并非线性滚动.改良后,可以由文字的滚动做成图片逐行滚动,每行可以有若干条-Realize the popular progressive online advertising rolling, that is, a certain number of seconds a rolling line, and non-linear scroll. Improvement can be made by the text of the scroll line by line scrolling picture, each line can have a number of articles
Platform: | Size: 2048 | Author: maomao | Hits:

[Special Effectslowpass2

Description: 为了方便,在m文件中将图像转化成数据矩阵了,不需要额外的图片了,如果想改变图像,则可以将数据删除,改成图片即可。 此GUI功能是:通过滚动条改变截断半径,同步在文本框中显示截断半径大小(也可以直接在文本框中输入所要的截断半径),按Begin,观察图像的低通滤波效果。(截断半径越小,得到的频率越少,图像越模糊,失真越严重)。-In order to facilitate, in the m document images into data matrix, and no additional pictures, if want to change the image, you can delete the data, picture can be changed. This GUI functions are: the adoption of the scroll bar to change the cut-off radius, simultaneously in the text box shows the size of cut-off radius (you can also directly in the text box to be cut-off radius), according to Begin, to observe the image low-pass filtering effects. (Cut-off radius of the smaller, the frequency has been less the more blurred images, the more serious distortion).
Platform: | Size: 193536 | Author: jingke | Hits:

[Windows DevelopLEDSimulator

Description: 模拟LED单行滚屏的小程序,呵呵,就是很简单的滚屏,显示内容可以自己设置,文字不限,中英文都可以-One-way analog LED Scroll small procedures, huh, huh, that is very simple Scroll, showing the contents of their own settings, not limited to text, in English and Chinese can be
Platform: | Size: 14336 | Author: Yang | Hits:

[Graph programAboutText

Description: 很漂亮的电影序幕效果,用C++实现的,渐变文字慢慢向上滚动,看上去很酷,可以做软件的ABOUT页面。 -Very beautiful prelude to the effect of the film, using C++ to achieve, gradually slowly scroll up the text, looks cool, can do software ABOUT page.
Platform: | Size: 168960 | Author: lijunhui | Hits:

[Windows DevelopBCBGradienttexteffect

Description: BCB 渐变效果文字滚动,通过定时器实现-Gradient text effect BCB scroll through the timer to achieve
Platform: | Size: 324608 | Author: zyf | Hits:

[StatusBarProgressBar2007

Description: 极精美的一款VB水晶进度条控件源代码,上边是测试截图,看上去是不是很漂亮,想要的赶紧下载哦!它还有很多特效,比如淡入淡出、滚动方向填充、仿VISTA等,另外它还有多种色彩方案、支持圆角、一些文字特效、自定义进度条等功能。-A very fine crystal VB progress bar control source code, test the screenshot above, appears to be not very beautiful, want to quickly download Oh! It also has many effects, such as fade, scroll direction of filling, like VISTA, etc. It also has a variety of other color scheme, to support the round, a number of text effects, custom features such as the progress bar.
Platform: | Size: 12288 | Author: NewYork | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net